projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ab37a
)
* nsterm.m (windowDidEnterFullScreen): Remove fprintf.
author
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 2 Oct 2012 18:51:51 +0000
(20:51 +0200)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 2 Oct 2012 18:51:51 +0000
(20:51 +0200)
src/ChangeLog
patch
|
blob
|
history
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1a06b6b5d8435d8629b2c19b7c374cbdf1c453a0..e905a800f700ad7e7f29790cc85769a248a9cd12 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2012-10-02 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
+
2012-10-02 Eli Zaretskii <eliz@gnu.org>
* w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 24a2129d1c3be607e25c8ee79c5e157b7655e955..2df0e1a1ad5ca97e7baeae881e49c246dfa7d851 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-5871,7
+5871,6
@@
not_in_argv (NSString *arg)
{
[self setFSValue: FULLSCREEN_BOTH];
#ifndef NEW_STYLE_FS
- fprintf(stderr, "%s %d\n", __func__, FRAME_PIXEL_WIDTH (emacsframe));
[self windowDidBecomeKey:notification];
#endif
}